home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000241_news@columbia.edu _Fri Feb 14 09:52:54 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA22539
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 14 Feb 1997 09:52:54 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA22275
  7.     for kermit.misc@watsun; Fri, 14 Feb 1997 09:52:53 -0500 (EST)
  8. Path: news.columbia.edu!not-for-mail
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Binary script files?
  12. Date: 14 Feb 1997 09:52:51 -0500
  13. Organization: Columbia University
  14. Lines: 28
  15. Message-ID: <5e1u83$m06@watsun.cc.columbia.edu>
  16. References: <5e1no6$1rb@i386.jordan.org>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6581
  19.  
  20. In article <5e1no6$1rb@i386.jordan.org>,
  21. Mark J. Jordan <mjordan@mail.com> wrote:
  22. : I have experienced other comm programs in the past, most notably
  23. : Procomm Plus, that will allow script files to be translated into a
  24. : binary file. This presented two, if not other, benefits: security of
  25. : the script code and faster execution.
  26. Faster execution -- marginally, perhaps.  Some day when we have nothing
  27. else to do, we might devote some time to producing a "compiler" for
  28. Kermit scripts -- but there are about 1000 other priorities that are
  29. higher, as you see by reading this newsgroup each day :-)
  30.  
  31. Security -- this type of security is only illusory: "security through
  32. obscurity".  Anybody with the time and inclination to defeat it can do
  33. so easily.
  34.  
  35. : I am interested to know if binary scripts are/will be a possibility
  36. : for Kermit... I am curious mostly for the former capability of hiding
  37. : the code.
  38. Which Kermit are you referring to?  In many OS's, e.g. UNIX, it is a
  39. rather simple matter to encrypt your script, and then invoke it from a
  40. shell script that prompts you for the key and then feeds it to Kermit.
  41.  
  42. I assume you are concerned about keeping passwords online -- always a
  43. risky business.  "Using C-Kermit" discusses this topic at some length.
  44.  
  45. - Frank